home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- class RepaintManager$WorkRequest extends SystemEventQueueUtilities.ComponentWorkRequest {
- // $FF: synthetic field
- RepaintManager this$0;
-
- public void run() {
- super.isPending = false;
- super.component = null;
- this.this$0.validateInvalidComponents();
- this.this$0.paintDirtyRegions();
- }
-
- // $FF: synthetic method
- RepaintManager$WorkRequest(RepaintManager this$0) {
- this.this$0 = this$0;
- }
- }
-